FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hsos.eWundbericht#0.9.0 (63 ms)

Package hsos.eWundbericht
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=hsos.eWundbericht@0.9.0&canonical=http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/StateOfConsciousness
Url http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/StateOfConsciousness
Version 0.9
Status draft
Name StateOfConsciousness
Experimental False
Description Profile for the state of consciousness. The state can be given in quantity or quality.
Copyright Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/EWoundSummary EWoundSummary

Resources that this resource uses

StructureDefinition
http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient Patient
http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_qualitativ Bewusstseinslevel - qualitativ (SNOMED)
http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_quantitativ Bewusstseinslevel - quantitativ (SNOMED)


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/StateOfConsciousness",
  "version" : "0.9",
  "name" : "StateOfConsciousness",
  "status" : "draft",
  "publisher" : "Hochschule Osnabrück",
  "contact" : [
    {
      "name" : "Mareike Przysucha",
      "telecom" : [
        {
          "system" : "email",
          "value" : "ewundbericht@hs-osnabrueck.de",
          "use" : "work"
        },
        {
          "system" : "phone",
          "value" : "+49 541 969 3354",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Profile for the state of consciousness. The state can be given in quantity or quality.",
  "copyright" : "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "mustSupport" : true
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:loinc",
        "path" : "Observation.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1",
        "fixedCoding" : {
          "system" : "http://loinc.org",
          "code" : "80288-4",
          "display" : "Level of Consciousness"
        }
      },
      {
        "id" : "Observation.code.coding:loinc.system",
        "path" : "Observation.code.coding.system",
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Observation.code.coding:loinc.code",
        "path" : "Observation.code.coding.code",
        "fixedCode" : "80288-4"
      },
      {
        "id" : "Observation.code.coding:snomed",
        "path" : "Observation.code.coding",
        "sliceName" : "snomed",
        "max" : "1"
      },
      {
        "id" : "Observation.code.coding:snomed.system",
        "path" : "Observation.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.code.coding:snomed.code",
        "path" : "Observation.code.coding.code",
        "patternCode" : "248217000"
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "type" : [
          {
            "code" : "string"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "max" : "0"
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "max" : "0"
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "code.coding"
            }
          ],
          "rules" : "open"
        },
        "max" : "2"
      },
      {
        "id" : "Observation.component:quantity",
        "path" : "Observation.component",
        "sliceName" : "quantity",
        "max" : "1"
      },
      {
        "id" : "Observation.component:quantity.code",
        "path" : "Observation.component.code",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:quantity.code.coding",
        "path" : "Observation.component.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:quantity.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:quantity.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "patternCode" : "248217000:370132008=30766002"
      },
      {
        "id" : "Observation.component:quantity.value[x]",
        "path" : "Observation.component.value[x]",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_quantitativ"
        }
      },
      {
        "id" : "Observation.component:quantity.value[x].coding",
        "path" : "Observation.component.value[x].coding",
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_quantitativ"
        }
      },
      {
        "id" : "Observation.component:quality",
        "path" : "Observation.component",
        "sliceName" : "quality",
        "max" : "1"
      },
      {
        "id" : "Observation.component:quality.code",
        "path" : "Observation.component.code",
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:quality.code.coding",
        "path" : "Observation.component.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.component:quality.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:quality.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "patternCode" : "248217000:370132008=26716007"
      },
      {
        "id" : "Observation.component:quality.value[x]",
        "path" : "Observation.component.value[x]",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Bewusstseinslevel_qualitativ"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.